Started
authorOwen Taylor <otaylor@redhat.com>
Fri, 1 Oct 1999 23:18:30 +0000 (23:18 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 1 Oct 1999 23:18:30 +0000 (23:18 +0000)
commit637a466d5ca1fbda2acbf5d52779dd5097b5a9e2
tree781d1f31b75758b3b9a3d19ce4a7c55349b2ba82
parent74d88d870aea60625b8f1ed522e86faa223ca487
Started

Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>

        * docs/Changes-1.4.txt: Started

* gtk/Makefile.am (gdk_headers): Include all the new headers.

        * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.

* gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
into C file.

* gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
header to gdkinputprivate.h.

* gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
unused since before 1.2.
67 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/Makefile.am
gdk/gdk.c
gdk/gdk.h
gdk/gdkcc.c
gdk/gdkcc.h [new file with mode: 0644]
gdk/gdkcolor.c
gdk/gdkcolor.h [new file with mode: 0644]
gdk/gdkconfig.h [new file with mode: 0644]
gdk/gdkcursor.c
gdk/gdkcursor.h [new file with mode: 0644]
gdk/gdkdnd.c
gdk/gdkdnd.h [new file with mode: 0644]
gdk/gdkdraw.c
gdk/gdkdrawable.h [new file with mode: 0644]
gdk/gdkevents.c
gdk/gdkevents.h [new file with mode: 0644]
gdk/gdkfont.c
gdk/gdkfont.h [new file with mode: 0644]
gdk/gdkgc.c
gdk/gdkgc.h [new file with mode: 0644]
gdk/gdkim.c
gdk/gdkim.h [new file with mode: 0644]
gdk/gdkimage.c
gdk/gdkimage.h [new file with mode: 0644]
gdk/gdkinput.c
gdk/gdkinput.h
gdk/gdkinputprivate.h [new file with mode: 0644]
gdk/gdkpixmap.c
gdk/gdkpixmap.h [new file with mode: 0644]
gdk/gdkprivate.h
gdk/gdkproperty.c
gdk/gdkproperty.h [new file with mode: 0644]
gdk/gdkrectangle.c
gdk/gdkregion.h [new file with mode: 0644]
gdk/gdkrgb.c
gdk/gdkrgb.h
gdk/gdkselection.c
gdk/gdkselection.h [new file with mode: 0644]
gdk/gdktypes.h
gdk/gdkvisual.c
gdk/gdkvisual.h [new file with mode: 0644]
gdk/gdkwindow.c
gdk/gdkwindow.h [new file with mode: 0644]
gdk/x11/gdkcc-x11.c
gdk/x11/gdkcolor-x11.c
gdk/x11/gdkcursor-x11.c
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkevents-x11.c
gdk/x11/gdkfont-x11.c
gdk/x11/gdkim-x11.c
gdk/x11/gdkimage-x11.c
gdk/x11/gdkinput.c
gdk/x11/gdkinputprivate.h [new file with mode: 0644]
gdk/x11/gdkmain-x11.c
gdk/x11/gdkpixmap-x11.c
gdk/x11/gdkproperty-x11.c
gdk/x11/gdkselection-x11.c
gdk/x11/gdkvisual-x11.c
gdk/x11/gdkwindow-x11.c
gtk/Makefile.am